UserAuthenticationFactor

sealed class UserAuthenticationFactor

A UserAuthenticationFactor represents a primary authentication factor associated with a Stytch User

Parameters

id

The string representing the unique ID of this authentication factor

Types

Link copied to clipboard
data class BiometricRegistration(val id: String) : UserAuthenticationFactor

Represents a biometric registration associated with a Stytch User

Link copied to clipboard
data class CryptoWallet(val id: String) : UserAuthenticationFactor

Represents a Web3 login associated with a Stytch User

Link copied to clipboard
data class Email(val id: String) : UserAuthenticationFactor

Represents an email address associated with a Stytch User

Link copied to clipboard
data class PhoneNumber(val id: String) : UserAuthenticationFactor

Represents a phone number associated with a Stytch User

Link copied to clipboard
data class WebAuthn(val id: String) : UserAuthenticationFactor

Represents a WebAuthn registration associated with a Stytch User

Properties

Link copied to clipboard
open val id: String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard